home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sabermania.swf / scripts / DefineSprite_562_mousbg / frame_278 / PlaceObject2_120_14 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-05-08  |  299b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.flashsaber.light) && _root.flashsaber.light._width > 80 && Key.isDown(88))
  3.    {
  4.       if(boncatness == 0)
  5.       {
  6.          _parent.gotoAndPlay("block2");
  7.       }
  8.       else
  9.       {
  10.          _parent.gotoAndPlay("gethit");
  11.       }
  12.    }
  13. }
  14.